Fix typo in Eshell's "du" command
authorJim Porter <jporterbugs@gmail.com>
Tue, 30 Jan 2024 01:33:35 +0000 (17:33 -0800)
committerJim Porter <jporterbugs@gmail.com>
Tue, 30 Jan 2024 01:33:35 +0000 (17:33 -0800)
commita470dfb7f8a0f6d561b1f7c9665408d73b578e18
treeefc0f7a3ed62e2e7d5d26bcd6e96a306fe4d0134
parentc385e966e18bebd52b1a692f13e2a7495891966d
Fix typo in Eshell's "du" command

This option is supposed to be "--si", for "International System of
Units", not "--is".

* lisp/eshell/em-unix.el (eshell/du): Change "is" to "si".
lisp/eshell/em-unix.el